* Drop obsolete Breaks/Replaces/Provides not needed for years
(Closes: #898053)
+ * Add disable-float-to-8bit-test.patch:
+ - Disable unreliable build test
-- Jeremy Bicha <jbicha@debian.org> Sun, 06 May 2018 10:16:08 -0400
--- /dev/null
+From: Jeremy Bicha <jbicha@ubuntu.com>
+Date: Sun, 6 May 2018 10:18:17 -0400
+Subject: disable float-to-8bit test
+
+The test is unreliable
+https://bugzilla.gnome.org/790745
+---
+ tests/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 98f4ae2..dd5a8ff 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -14,7 +14,6 @@ C_TESTS = \
+ babl_class_name \
+ extract \
+ floatclamp \
+- float-to-8bit \
+ hsl \
+ hsva \
+ types \